home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap09 / howto02 / delphi10 / cciccinf.dfm / cciccinf.txt
Encoding:
Text File  |  1996-06-11  |  4.2 KB  |  227 lines

  1. object CCICInfoDlg: TCCICInfoDlg
  2.   Left = 173
  3.   Top = 166
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Internet Command Center Information Dialog'
  7.   ClientHeight = 390
  8.   ClientWidth = 579
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 344
  20.     Width = 579
  21.     Height = 46
  22.     Align = alBottom
  23.     BevelWidth = 3
  24.     TabOrder = 0
  25.     object BitBtn1: TBitBtn
  26.       Left = 8
  27.       Top = 8
  28.       Width = 89
  29.       Height = 33
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.     end
  33.     object BitBtn2: TBitBtn
  34.       Left = 104
  35.       Top = 8
  36.       Width = 89
  37.       Height = 33
  38.       TabOrder = 1
  39.       Kind = bkCancel
  40.     end
  41.     object Button1: TButton
  42.       Left = 200
  43.       Top = 8
  44.       Width = 137
  45.       Height = 33
  46.       Caption = 'Anonymous Login'
  47.       TabOrder = 2
  48.       OnClick = Button1Click
  49.     end
  50.     object Button2: TButton
  51.       Left = 344
  52.       Top = 8
  53.       Width = 49
  54.       Height = 33
  55.       Caption = 'Add'
  56.       TabOrder = 3
  57.     end
  58.     object Button3: TButton
  59.       Left = 400
  60.       Top = 8
  61.       Width = 73
  62.       Height = 33
  63.       Caption = 'Modify'
  64.       TabOrder = 4
  65.     end
  66.     object Button4: TButton
  67.       Left = 480
  68.       Top = 8
  69.       Width = 89
  70.       Height = 33
  71.       Caption = 'Delete'
  72.       TabOrder = 5
  73.     end
  74.   end
  75.   object Panel4: TPanel
  76.     Left = 0
  77.     Top = 0
  78.     Width = 185
  79.     Height = 344
  80.     Align = alLeft
  81.     BevelInner = bvLowered
  82.     BevelWidth = 3
  83.     BorderWidth = 5
  84.     Caption = 'Panel4'
  85.     TabOrder = 1
  86.     object Label2: TLabel
  87.       Left = 11
  88.       Top = 11
  89.       Width = 163
  90.       Height = 16
  91.       Align = alTop
  92.       Alignment = taCenter
  93.       AutoSize = False
  94.       Caption = 'Subscribed Newsgroups'
  95.     end
  96.     object ListBox2: TListBox
  97.       Left = 11
  98.       Top = 27
  99.       Width = 163
  100.       Height = 306
  101.       Align = alClient
  102.       ItemHeight = 16
  103.       TabOrder = 0
  104.     end
  105.   end
  106.   object Panel2: TPanel
  107.     Left = 184
  108.     Top = 0
  109.     Width = 397
  110.     Height = 41
  111.     Alignment = taLeftJustify
  112.     BevelInner = bvLowered
  113.     BevelWidth = 3
  114.     Caption = '             Name:'
  115.     TabOrder = 2
  116.     object Edit1: TEdit
  117.       Left = 104
  118.       Top = 8
  119.       Width = 281
  120.       Height = 24
  121.       TabOrder = 0
  122.     end
  123.   end
  124.   object Panel3: TPanel
  125.     Left = 184
  126.     Top = 40
  127.     Width = 396
  128.     Height = 41
  129.     Alignment = taLeftJustify
  130.     BevelInner = bvLowered
  131.     BevelWidth = 3
  132.     Caption = '     IP Address:'
  133.     TabOrder = 3
  134.     object Edit2: TEdit
  135.       Left = 104
  136.       Top = 8
  137.       Width = 281
  138.       Height = 24
  139.       TabOrder = 0
  140.     end
  141.   end
  142.   object Panel5: TPanel
  143.     Left = 184
  144.     Top = 80
  145.     Width = 396
  146.     Height = 41
  147.     Alignment = taLeftJustify
  148.     BevelInner = bvLowered
  149.     BevelWidth = 3
  150.     Caption = '    User Name:'
  151.     TabOrder = 4
  152.     object Edit3: TEdit
  153.       Left = 104
  154.       Top = 8
  155.       Width = 281
  156.       Height = 24
  157.       TabOrder = 0
  158.     end
  159.   end
  160.   object Panel8: TPanel
  161.     Left = 184
  162.     Top = 120
  163.     Width = 396
  164.     Height = 41
  165.     Alignment = taLeftJustify
  166.     BevelInner = bvLowered
  167.     BevelWidth = 3
  168.     Caption = '      Password:'
  169.     TabOrder = 5
  170.     object Edit4: TEdit
  171.       Left = 104
  172.       Top = 8
  173.       Width = 281
  174.       Height = 24
  175.       TabOrder = 0
  176.     end
  177.   end
  178.   object Panel9: TPanel
  179.     Left = 184
  180.     Top = 160
  181.     Width = 396
  182.     Height = 41
  183.     Alignment = taLeftJustify
  184.     BevelInner = bvLowered
  185.     BevelWidth = 3
  186.     Caption = '    Starting Dir:'
  187.     TabOrder = 6
  188.     object Edit5: TEdit
  189.       Left = 104
  190.       Top = 8
  191.       Width = 281
  192.       Height = 24
  193.       TabOrder = 0
  194.     end
  195.   end
  196.   object Panel6: TPanel
  197.     Left = 185
  198.     Top = 200
  199.     Width = 395
  200.     Height = 144
  201.     BevelInner = bvLowered
  202.     BevelWidth = 3
  203.     BorderWidth = 5
  204.     TabOrder = 7
  205.     object Label1: TLabel
  206.       Left = 11
  207.       Top = 11
  208.       Width = 373
  209.       Height = 16
  210.       Align = alTop
  211.       Alignment = taCenter
  212.       AutoSize = False
  213.       Caption = 'Available Newsgroups'
  214.     end
  215.     object Outline1: TOutline
  216.       Left = 11
  217.       Top = 27
  218.       Width = 373
  219.       Height = 106
  220.       ItemHeight = 16
  221.       Align = alClient
  222.       TabOrder = 0
  223.       ItemSeparator = '\'
  224.     end
  225.   end
  226. end
  227.